From 11e5be7d857cc241d9471f7f97abf28d96f7e2cc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 8 Jun 1993 07:15:01 +0000 Subject: [PATCH] * wakeup.c: Include sys/types.h, too; I think that's where time_t comes from, not sys/time.h. --- lib-src/wakeup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index d2035e3a523..07c324d1210 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -2,6 +2,7 @@ #include #include +#include #include struct tm *localtime (); -- 2.30.2